Release 10.1A: OpenEdge Development:
Progress Dynamics Web Development Guide


Layouts

As shown in Figure 5–1, the default.htm file provides a layout for your Progress Dynamics Web application.

Figure 5–1: The page layout in default.htm

The default HTML page provides the layout for the following user interface components:

You can change the layout of your Web page by editing the markup of one of the default.htm files. However, you should have experience working with HTML and DHTML. You must understand the consequences of moving, changing, or deleting elements in the default HTML files.

Make your changes in copies of the default files. Do not edit the originals.

Controlling message display

The behavior of the message area is controlled by the following entry in default.htm (shown as installed):

<div id="info" mode="auto" style="height:100px;width:99%;"></div> 

There are three valid values for the mode attribute:

Some browsers automatically pop up an alert window when errors occur. If this is the case for your users, you might want to set the mode attribute in default.htm to off to avoid redundancy.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095